home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / DFÜ / commsService 2.0.2 Final / AppleScripts / Param String Launch < prev    next >
Text File  |  1994-12-20  |  223b  |  8 lines

  1. tell application "commsService"
  2.     try
  3.         set launchName to open "Name=Deakin Library◊address=library.deakin.edu.au"
  4.     on error errMsg
  5.         beep
  6.         display dialog "commsService error - " & return & return & errMsg
  7.     end try
  8. end tell